defines.h File Reference

Definition Support File. More...

#include <windows.h>
#include <vector>
#include <commctrl.h>
#include "classes/tstring/tstring.h"

Go to the source code of this file.

Classes

struct  LOADINFO
 mIRC DLL Loading Structure More...
struct  mIRCDLL
 DCX DLL mIRC Information Structure. More...
struct  XSwitchFlags
 Switch Parameters Container. More...

Defines

#define mIRC(x)   int __stdcall WINAPI x( HWND mWnd, HWND aWnd, char * data, char * parms, BOOL, BOOL )
 mIRC Function Alias
#define mIRC_ID_OFFSET   6000
 mIRC Dialog ID Offset
#define ret(x)   { lstrcpy( data, x ); lstrcat( data, "\0" ); return 3; }
 Return String DLL Alias.
#define XPOPUPMENUCLASS   "XPopupMenu32"
 XPopupMenu Window Class Name.

Functions

void mIRCcom (const char *data)
 mIRC /command function
void mIRCError (const char *data)
 blah
void mIRCeval (const char *text, char *res)
 mIRC $identifier evaluation function
LRESULT CALLBACK mIRCSubClassWinProc (HWND mHwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 blah


Detailed Description

Definition Support File.

This file contains constant, alias and variable type defintions.

Author:
David Legault ( clickhere at scriptsdb dot org )
Version:
1.0
Revisions

© ScriptsDB.org - 2006


Function Documentation

void mIRCcom const char *  data  ) 
 

mIRC /command function

blah

void mIRCError const char *  data  ) 
 

blah

blah

void mIRCeval const char *  data,
char *  res
 

mIRC $identifier evaluation function

blah

LRESULT CALLBACK mIRCSubClassWinProc HWND  mHwnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam
 

blah

blah


Generated on Tue Jan 31 20:14:48 2006 for XPopup by  doxygen 1.4.6-NO